net/http.http2pipe.breakErr (field)
10 uses
net/http (current package)
h2_bundle.go#L3874: breakErr error // immediate read error (caller doesn't see rest of b)
h2_bundle.go#L3890: if p.err != nil || p.breakErr != nil {
h2_bundle.go#L3914: if p.breakErr != nil {
h2_bundle.go#L3915: return 0, p.breakErr
h2_bundle.go#L3946: if p.err != nil || p.breakErr != nil {
h2_bundle.go#L3968: func (p *http2pipe) BreakWithError(err error) { p.closeWithError(&p.breakErr, err, nil) }
h2_bundle.go#L3989: if dst == &p.breakErr {
h2_bundle.go#L4017: if p.breakErr != nil {
h2_bundle.go#L4018: return p.breakErr
h2_bundle.go#L4030: if p.err != nil || p.breakErr != nil {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)